
ul li {
    list-style-type: none;
}
.slides-box {
    width:100%;
    height: 310px;
    margin: auto;
    overflow: hidden;
}
.slides {
    position: relative;
    height: 100%;
    width: 100%;
    margin: auto;
    float: left;
}
.slides li {
	position: absolute;
    width:  100%;
    height: 100%;
	position: relative
}

.slides li .pf{
	position: absolute;
	bottom: 0;
	width: 100%;
	background: url(../images/t/1.png);
	text-align: center;
	padding:10px 0; 
	font-size: 16px;
	color: #f1f1f1;
}
.slides li img{
    display: block;
    width: 100%;
    margin: auto;
}
.prev, .next {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 0;
    height: 50px;
    width: 50px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    opacity: .5;
	margin-top: 20px;
}
.prev:hover, .next:hover{
	opacity: .7;
}
.prev{
	background:url(../img/prev.png) no-repeat;
}
.next {
    left: auto;
    right: 0;
		background:url("../img/next.png") no-repeat;

}
.pagination{
	position: absolute;
	bottom: 5px;
	z-index: 99;
}
.pagination li{
    padding: 5px 3px;
	float: left;
}
.pagination li a{
    display: block;
    width: 45px;
    height:45px;
    line-height: 25px;
    border-radius: 25px;
	color: #fff;
    text-align: center;
    font-family: Arial;
	text-decoration: none;
	display: none;
}
.pagination .active{
	background: red;
}